FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NullableObjectConverter<T> Class / GetProperties Method / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method

In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetProperties( _
       ByVal context As ITypeDescriptorContext, _
       ByVal value As Object, _
       ByVal attributes() As Attribute _
    ) As PropertyDescriptorCollection
    public virtual PropertyDescriptorCollection GetProperties( 
       ITypeDescriptorContext context,
       object value,
       Attribute[] attributes
    )

    Parameters

    context
    value
    attributes
    See Also